DownloadProgress

data class DownloadProgress(val bytesRead: Long, val totalBytes: Long?)

Constructors

Link copied to clipboard
constructor(bytesRead: Long, totalBytes: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard